Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Thu, 19 Sep 2024 17:11:43 +0000 (19:11 +0200)]
webkit2gtk (2.46.0-2) unstable; urgency=medium
* debian/rules:
- Use -DUSE_SYSPROF_CAPTURE=OFF in unsupported arches.
- Enable bmalloc on armhf, using the system malloc is crashing the web
process (Closes: #1082148)
* debian/patches/fix-epiphany-ftbfs.patch:
- Disable webkit_settings_set_enable_2d_canvas_acceleration on
non-Skia builds. This fixes a FTBFS in epiphany-browser
(Closes: #1082149).
* debian/patches/disable-dmabuf-nvidia.patch:
- Bring back this patch (Closes: #1082139), see also #1039720.
* debian/patches/fix-bmalloc-armhf.patch:
- Fix the armhf build if bmalloc is enabled.
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 9 Sep 2024 12:22:28 +0000 (14:22 +0200)]
webkit2gtk (2.44.4-1) unstable; urgency=medium
* New upstream release.
* Drop fix-clang-build.patch and fix-webasm-crash.patch.
* debian/rules:
- Disable dh_dwz, it breaks the build in at least i386 and amd64
(see #1081000).
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
webkit2gtk (2.44.3-1) unstable; urgency=high
* New upstream release.
* The WebKitGTK security advisory WSA-2024-0004 lists the following
security fixes in the latest versions of WebKitGTK:
- CVE-2024-40776, CVE-2024-40779, CVE-2024-40780, CVE-2024-40782,
CVE-2024-40785, CVE-2024-40789, CVE-2024-40794, CVE-2024-4558
(fixed in 2.44.3).
* debian/patches/fix-clang-build.patch,
debian/patches/fix-webasm-crash.patch:
- Patches recommended by upstream after 2.44.3 was released.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/control.in:
- Update Standards-Version to 4.7.0 (no changes).
- Replace gobject-introspection-bin with gobject-introspection. This
fixes a lintian error: missing-build-dependency-for-dh-addon gir
(does not satisfy gobject-introspection:any | dh-sequence-gir:any)
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
webkit2gtk (2.44.1-1) unstable; urgency=medium
* New upstream release.
* Re-enable WebGL on armel.
- debian/rules: stop using -DENABLE_WEBGL=OFF on armel, powerpc and
sh4.
* debian/patches/fix-ftbfs-i386.patch:
- Drop this patch, it is included in this release.
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
webkit2gtk (2.42.5-1) unstable; urgency=high
* New upstream release.
* debian/copyright:
- Update copyright information of all files.
* debian/rules:
- Remove last empty line from debian/control.
* debian/patches/fix-ftbfs-i386.patch:
- i386 build fix.
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
webkit2gtk (2.42.3-1) unstable; urgency=high
* New upstream release.
* Drop tweaks for some arches that are unsupported or haven't worked in
a long time: ia64, m68k, kfreebsd, mips and mipsel.
* Refresh all patches.
* debian/control.in:
- Set the debhelper compatibility level to 13.
* debian/rules:
- Stop overriding dh_missing, no longer needed with dh compat 13.